home *** CD-ROM | disk | FTP | other *** search
/ Thailand - Into the 2000's / Thailand: Into the 2000's.iso / Acrobat / Acrobat.exe / EXVW / 10066 < prev    next >
Text File  |  2001-10-26  |  458b  |  17 lines

  1. dialog(name: '$$$/AVAlert/WindowTitle')
  2. {
  3.     view(align_children: align_left)
  4.     {
  5.         view(align_children: align_top)
  6.         {
  7.             picture(item_id: 'icon', width: 32, height: 32);
  8.             static_text(item_id: 'msg ', dwidth: 384, selectable: true);
  9.         }
  10.         gap();
  11.         check_box(item_id: 'chck', name: '$$$/AVAlert/Check');
  12.         ok_cancel_other(ok_name: '$$$/AVAlert/Button1',
  13.                         cancel_name: '$$$/AVAlert/Button2',
  14.                         other_name: '$$$/AVAlert/Button3');
  15.     }
  16. }
  17.